Skip to content

feat: migrate utils/any-own-by to object/any-own-by#8656

Closed
Neerajpathak07 wants to merge 5 commits intostdlib-js:developfrom
Neerajpathak07:migrate/utils/any-own-by
Closed

feat: migrate utils/any-own-by to object/any-own-by#8656
Neerajpathak07 wants to merge 5 commits intostdlib-js:developfrom
Neerajpathak07:migrate/utils/any-own-by

Conversation

@Neerajpathak07
Copy link
Copy Markdown
Member

Resolves #6756.

Description

What is the purpose of this pull request?

This pull request:

  • migrates utils/any-own-by to object/any-own-by

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".

{{TODO: add disclosure if applicable}}


@stdlib-js/reviewers

This commit removes the `any-own-by` symbol from the `@stdlib/utils`
namespace due to a package migration.

BREAKING CHANGE: remove `any-own-by`

To migrate, users should access the same symbol via the
`@stdlib/obejct` namespace.

Ref: stdlib-js#6756
This commit removes `@stdlib/utils/any-own-by` in favor of
`@stdlib/object/any-own-by`.

BREAKING CHANGE: remove `utils/any-own-by`

To migrate, users should update their require/import paths to use
`@stdlib/object/any-own-by` which provides the same API and implementation.

Ref: stdlib-js#6756
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
@stdlib-bot
Copy link
Copy Markdown
Contributor

stdlib-bot commented Nov 30, 2025

Coverage Report

Package Statements Branches Functions Lines
namespace/alias2pkg $\color{green}95/95$
$color{green}+100.00%$
$\color{green}7/7$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}95/95$
$color{green}+100.00%$
namespace $\color{red}39324/39427$
$color{green}+99.74%$
$\color{green}112/112$
$color{green}+100.00%$
$\color{red}2/11$
$color{green}+18.18%$
$\color{red}39324/39427$
$color{green}+99.74%$
namespace/pkg2alias $\color{green}100/100$
$color{green}+100.00%$
$\color{green}10/10$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}100/100$
$color{green}+100.00%$
namespace/pkg2related $\color{green}100/100$
$color{green}+100.00%$
$\color{green}10/10$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}100/100$
$color{green}+100.00%$
namespace/pkg2standalone $\color{green}95/95$
$color{green}+100.00%$
$\color{green}7/7$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}95/95$
$color{green}+100.00%$
namespace/standalone2pkg $\color{green}95/95$
$color{green}+100.00%$
$\color{green}7/7$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}95/95$
$color{green}+100.00%$
object/any-own-by $\color{green}123/123$
$color{green}+100.00%$
$\color{green}10/10$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}123/123$
$color{green}+100.00%$
object/every-own-by $\color{green}123/123$
$color{green}+100.00%$
$\color{green}10/10$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}123/123$
$color{green}+100.00%$
utils $\color{red}45800/62100$
$color{green}+73.75%$
$\color{red}765/809$
$color{green}+94.56%$
$\color{red}23/512$
$color{green}+4.49%$
$\color{red}45800/62100$
$color{green}+73.75%$
utils/none-own-by $\color{green}125/125$
$color{green}+100.00%$
$\color{green}10/10$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}125/125$
$color{green}+100.00%$
utils/some-own-by $\color{green}131/131$
$color{green}+100.00%$
$\color{green}13/13$
$color{green}+100.00%$
$\color{green}1/1$
$color{green}+100.00%$
$\color{green}131/131$
$color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@Neerajpathak07 Neerajpathak07 deleted the migrate/utils/any-own-by branch November 30, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: migrate utils/any-own-by to object/any-own-by

2 participants